home *** CD-ROM | disk | FTP | other *** search
/ Private Casting / Casting One.bin / Docs / Start.dir / 00002.ls < prev    next >
Encoding:
Text File  |  1998-02-21  |  118 b   |  9 lines

  1. on exitFrame
  2.   global apagon
  3.   if not apagon then
  4.     go(1, "stage")
  5.   else
  6.     go("izquierda", "stage")
  7.   end if
  8. end
  9.